mapToGrpcUserData

fun mapToGrpcUserData(userData: UserData): UserOuterClass.UserData

Mps a User entity to a gRPC UserData.

Return

the mapped gRPC UserData

Parameters

userData

the UserData entity to map